Html Css Color HEX #CF7B08 Ochre

📋 copy color: '#CF7B08'

red 207 ◦ green 123 ◦ blue 8

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

Shades of Ochre #CF7B08

Tints of Ochre #CF7B08

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.39%

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 61.24%
G = 36.39%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF7B08 (or 0xCF7B08) is known color: Ochre. HEX triplet: CF, 7B and 08. RGB value is (207,123,8). Sum of RGB (Red+Green+Blue) = 207+123+8=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B08 is #3084F7. Grayscale: #878787. Windows color (decimal): -3179768 or 555983. OLE color: 555983.

HSL color Cylindrical-coordinate representation of color #CF7B08: hue angle of 34.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7B08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 8 -
CMYK 0 0.41 0.96 0.19
HSL 34.67º 0.93% 0.42% -
HSV(B) 34.67º 0.96% 0.81% -
XYZ 32.86 27.45 3.8 -
YUV 135.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 207 123 8 0 0.41 0.96 0.19 34.67 0.93 0.42
Hex CF 7B 8 0 29 60 13 23 5D 2A
Octal 317 173 10 0 51 140 23 43 135 52
Binary 11001111 1111011 1000 0 101001 1100000 10011 100011 1011101 101010

Color Harmonies of #CF7B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B08

Black with #CF7B08

Text Example


Text Example

White with #CF7B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B08; }

 p { color: rgb(207,123,8); }

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

background-color css

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

 a { background-color: rgb(207,123,8); }

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

border-color css

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

 span { border-color: rgb(207,123,8); }

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