Html Css Color HEX #CF8315 Ochre

📋 copy color: '#CF8315'

red 207 ◦ green 131 ◦ blue 21

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

Shades of Ochre #CF8315

Tints of Ochre #CF8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 57.66%
G = 36.49%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8315 (or 0xCF8315) is known color: Ochre. HEX triplet: CF, 83 and 15. RGB value is (207,131,21). Sum of RGB (Red+Green+Blue) = 207+131+21=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8315 is #307CEA. Grayscale: #8D8D8D. Windows color (decimal): -3177707 or 1409999. OLE color: 1409999.

HSL color Cylindrical-coordinate representation of color #CF8315: hue angle of 35.48º 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 #CF8315 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 21 -
CMYK 0 0.37 0.90 0.19
HSL 35.48º 0.82% 0.45% -
HSV(B) 35.48º 0.9% 0.81% -
XYZ 33.98 29.55 4.62 -
YUV 141.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 207 131 21 0 0.37 0.90 0.19 35.48 0.82 0.45
Hex CF 83 15 0 25 5A 13 23 52 2D
Octal 317 203 25 0 45 132 23 43 122 55
Binary 11001111 10000011 10101 0 100101 1011010 10011 100011 1010010 101101

Color Harmonies of #CF8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8315

Black with #CF8315

Text Example


Text Example

White with #CF8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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