Html Css Color HEX #CC742C Ochre

📋 copy color: '#CC742C'

red 204 ◦ green 116 ◦ blue 44

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

Shades of Ochre #CC742C

Tints of Ochre #CC742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 56.04%
G = 31.87%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC742C (or 0xCC742C) is known color: Ochre. HEX triplet: CC, 74 and 2C. RGB value is (204,116,44). Sum of RGB (Red+Green+Blue) = 204+116+44=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC742C is #338BD3. Grayscale: #868686. Windows color (decimal): -3378132 or 2913484. OLE color: 2913484.

HSL color Cylindrical-coordinate representation of color #CC742C: hue angle of 27º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC742C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 44 -
CMYK 0 0.43 0.78 0.2
HSL 27º 0.65% 0.49% -
HSV(B) 27º 0.78% 0.8% -
XYZ 31.6 25.51 5.64 -
YUV 134.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 204 116 44 0 0.43 0.78 0.2 27 0.65 0.49
Hex CC 74 2C 0 2B 4E 14 1B 41 31
Octal 314 164 54 0 53 116 24 33 101 61
Binary 11001100 1110100 101100 0 101011 1001110 10100 11011 1000001 110001

Color Harmonies of #CC742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC742C

Black with #CC742C

Text Example


Text Example

White with #CC742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC742C; }

 p { color: rgb(204,116,44); }

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

background-color css

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

 a { background-color: rgb(204,116,44); }

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

border-color css

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

 span { border-color: rgb(204,116,44); }

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