Html Css Color HEX #CF8415 Ochre

📋 copy color: '#CF8415'

red 207 ◦ green 132 ◦ blue 21

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

Shades of Ochre #CF8415

Tints of Ochre #CF8415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 57.5%
G = 36.67%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8415 (or 0xCF8415) is known color: Ochre. HEX triplet: CF, 84 and 15. RGB value is (207,132,21). Sum of RGB (Red+Green+Blue) = 207+132+21=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8415 is #307BEA. Grayscale: #8E8E8E. Windows color (decimal): -3177451 or 1410255. OLE color: 1410255.

HSL color Cylindrical-coordinate representation of color #CF8415: hue angle of 35.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF8415 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 21 -
CMYK 0 0.36 0.90 0.19
HSL 35.81º 0.82% 0.45% -
HSV(B) 35.81º 0.9% 0.81% -
XYZ 34.12 29.82 4.67 -
YUV 141.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 207 132 21 0 0.36 0.90 0.19 35.81 0.82 0.45
Hex CF 84 15 0 24 5A 13 24 52 2D
Octal 317 204 25 0 44 132 23 44 122 55
Binary 11001111 10000100 10101 0 100100 1011010 10011 100100 1010010 101101

Color Harmonies of #CF8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8415

Black with #CF8415

Text Example


Text Example

White with #CF8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8415; }

 p { color: rgb(207,132,21); }

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

background-color css

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

 a { background-color: rgb(207,132,21); }

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

border-color css

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

 span { border-color: rgb(207,132,21); }

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