Html Css Color HEX #CF841C Ochre

📋 copy color: '#CF841C'

red 207 ◦ green 132 ◦ blue 28

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

Shades of Ochre #CF841C

Tints of Ochre #CF841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 56.4%
G = 35.97%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF841C (or 0xCF841C) is known color: Ochre. HEX triplet: CF, 84 and 1C. RGB value is (207,132,28). Sum of RGB (Red+Green+Blue) = 207+132+28=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF841C is #307BE3. Grayscale: #8F8F8F. Windows color (decimal): -3177444 or 1869007. OLE color: 1869007.

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

Color convert

RGB 207 132 28 -
CMYK 0 0.36 0.86 0.19
HSL 34.86º 0.76% 0.46% -
HSV(B) 34.86º 0.86% 0.81% -
XYZ 34.19 29.85 5.06 -
YUV 142.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 207 132 28 0 0.36 0.86 0.19 34.86 0.76 0.46
Hex CF 84 1C 0 24 56 13 23 4C 2E
Octal 317 204 34 0 44 126 23 43 114 56
Binary 11001111 10000100 11100 0 100100 1010110 10011 100011 1001100 101110

Color Harmonies of #CF841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF841C

Black with #CF841C

Text Example


Text Example

White with #CF841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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