Html Css Color HEX #CF762B Ochre

📋 copy color: '#CF762B'

red 207 ◦ green 118 ◦ blue 43

#CF762B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CF762B

Tints of Ochre #CF762B

RGB

 RED value IS 207 (81.25% from 255) = 56.25%

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 56.25%
G = 32.07%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF762B (or 0xCF762B) is known color: Ochre. HEX triplet: CF, 76 and 2B. RGB value is (207,118,43). Sum of RGB (Red+Green+Blue) = 207+118+43=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF762B is #3089D4. Grayscale: #888888. Windows color (decimal): -3181013 or 2848463. OLE color: 2848463.

HSL color Cylindrical-coordinate representation of color #CF762B: hue angle of 27.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF762B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 43 -
CMYK 0 0.43 0.79 0.19
HSL 27.44º 0.66% 0.49% -
HSV(B) 27.44º 0.79% 0.81% -
XYZ 32.65 26.4 5.66 -
YUV 136.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 207 118 43 0 0.43 0.79 0.19 27.44 0.66 0.49
Hex CF 76 2B 0 2B 4F 13 1B 42 31
Octal 317 166 53 0 53 117 23 33 102 61
Binary 11001111 1110110 101011 0 101011 1001111 10011 11011 1000010 110001

Color Harmonies of #CF762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF762B

Black with #CF762B

Text Example


Text Example

White with #CF762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF762B; }

 p { color: rgb(207,118,43); }

 H1.HeaderClassName
 {
   color: #CF762B;
 }
 .AnyTagClassName
 {
   color: #CF762B;
 }
</style>

background-color css

<style>
 a { background-color: #CF762B; }

 a { background-color: rgb(207,118,43); }

 div.DivClassName
 {
   background-color: #CF762B;
 }
 .BgClassName
 {
   background-color: #CF762B;
 }
</style>

border-color css

<style>
 span { border-color: #CF762B; }

 span { border-color: rgb(207,118,43); }

 td.TdClassName
 {
   border-color: #CF762B;
 }
 .TagClassName
 {
   border-color: #CF762B;
 }
</style>