Html Css Color HEX #CF881A Ochre

📋 copy color: '#CF881A'

red 207 ◦ green 136 ◦ blue 26

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

Shades of Ochre #CF881A

Tints of Ochre #CF881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 56.1%
G = 36.86%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF881A (or 0xCF881A) is known color: Ochre. HEX triplet: CF, 88 and 1A. RGB value is (207,136,26). Sum of RGB (Red+Green+Blue) = 207+136+26=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF881A is #3077E5. Grayscale: #919191. Windows color (decimal): -3176422 or 1738959. OLE color: 1738959.

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

Color convert

RGB 207 136 26 -
CMYK 0 0.34 0.87 0.19
HSL 36.46º 0.78% 0.46% -
HSV(B) 36.46º 0.87% 0.81% -
XYZ 34.72 30.95 5.12 -
YUV 144.69 61.02 172.44 -
System Red Green Blue C M Y K H S L
Decimal 207 136 26 0 0.34 0.87 0.19 36.46 0.78 0.46
Hex CF 88 1A 0 22 57 13 24 4E 2E
Octal 317 210 32 0 42 127 23 44 116 56
Binary 11001111 10001000 11010 0 100010 1010111 10011 100100 1001110 101110

Color Harmonies of #CF881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF881A

Black with #CF881A

Text Example


Text Example

White with #CF881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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