Html Css Color HEX #CF851A Ochre

📋 copy color: '#CF851A'

red 207 ◦ green 133 ◦ blue 26

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

Shades of Ochre #CF851A

Tints of Ochre #CF851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 56.56%
G = 36.34%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF851A (or 0xCF851A) is known color: Ochre. HEX triplet: CF, 85 and 1A. RGB value is (207,133,26). Sum of RGB (Red+Green+Blue) = 207+133+26=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF851A is #307AE5. Grayscale: #8F8F8F. Windows color (decimal): -3177190 or 1738191. OLE color: 1738191.

HSL color Cylindrical-coordinate representation of color #CF851A: hue angle of 35.47º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF851A is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 26 -
CMYK 0 0.36 0.87 0.19
HSL 35.47º 0.78% 0.46% -
HSV(B) 35.47º 0.87% 0.81% -
XYZ 34.31 30.12 4.98 -
YUV 142.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 207 133 26 0 0.36 0.87 0.19 35.47 0.78 0.46
Hex CF 85 1A 0 24 57 13 23 4E 2E
Octal 317 205 32 0 44 127 23 43 116 56
Binary 11001111 10000101 11010 0 100100 1010111 10011 100011 1001110 101110

Color Harmonies of #CF851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF851A

Black with #CF851A

Text Example


Text Example

White with #CF851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF851A; }

 p { color: rgb(207,133,26); }

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

background-color css

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

 a { background-color: rgb(207,133,26); }

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

border-color css

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

 span { border-color: rgb(207,133,26); }

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