Html Css Color HEX #CF841A Ochre

📋 copy color: '#CF841A'

red 207 ◦ green 132 ◦ blue 26

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

Shades of Ochre #CF841A

Tints of Ochre #CF841A

RGB

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

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

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

R = 56.71%
G = 36.16%
B = 7.12%

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

#CF841A (or 0xCF841A) is known color: Ochre. HEX triplet: CF, 84 and 1A. RGB value is (207,132,26). Sum of RGB (Red+Green+Blue) = 207+132+26=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF841A is #307BE5. Grayscale: #8E8E8E. Windows color (decimal): -3177446 or 1737935. OLE color: 1737935.

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

Color convert

RGB 207 132 26 -
CMYK 0 0.36 0.87 0.19
HSL 35.14º 0.78% 0.46% -
HSV(B) 35.14º 0.87% 0.81% -
XYZ 34.17 29.84 4.94 -
YUV 142.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 207 132 26 0 0.36 0.87 0.19 35.14 0.78 0.46
Hex CF 84 1A 0 24 57 13 23 4E 2E
Octal 317 204 32 0 44 127 23 43 116 56
Binary 11001111 10000100 11010 0 100100 1010111 10011 100011 1001110 101110

Color Harmonies of #CF841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF841A

Black with #CF841A

Text Example


Text Example

White with #CF841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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