Html Css Color HEX #CC831C Ochre

📋 copy color: '#CC831C'

red 204 ◦ green 131 ◦ blue 28

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

Shades of Ochre #CC831C

Tints of Ochre #CC831C

RGB

 RED value IS 204 (80.08% from 255) = 56.2%

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

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

R = 56.2%
G = 36.09%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC831C (or 0xCC831C) is known color: Ochre. HEX triplet: CC, 83 and 1C. RGB value is (204,131,28). Sum of RGB (Red+Green+Blue) = 204+131+28=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC831C is #337CE3. Grayscale: #8D8D8D. Windows color (decimal): -3374308 or 1868748. OLE color: 1868748.

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

Color convert

RGB 204 131 28 -
CMYK 0 0.36 0.86 0.2
HSL 35.11º 0.76% 0.45% -
HSV(B) 35.11º 0.86% 0.8% -
XYZ 33.23 29.15 4.97 -
YUV 141.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 204 131 28 0 0.36 0.86 0.2 35.11 0.76 0.45
Hex CC 83 1C 0 24 56 14 23 4C 2D
Octal 314 203 34 0 44 126 24 43 114 55
Binary 11001100 10000011 11100 0 100100 1010110 10100 100011 1001100 101101

Color Harmonies of #CC831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC831C

Black with #CC831C

Text Example


Text Example

White with #CC831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC831C; }

 p { color: rgb(204,131,28); }

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

background-color css

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

 a { background-color: rgb(204,131,28); }

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

border-color css

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

 span { border-color: rgb(204,131,28); }

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