Html Css Color HEX #CC782A Ochre

📋 copy color: '#CC782A'

red 204 ◦ green 120 ◦ blue 42

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

Shades of Ochre #CC782A

Tints of Ochre #CC782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 55.74%
G = 32.79%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC782A (or 0xCC782A) is known color: Ochre. HEX triplet: CC, 78 and 2A. RGB value is (204,120,42). Sum of RGB (Red+Green+Blue) = 204+120+42=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC782A is #3387D5. Grayscale: #888888. Windows color (decimal): -3377110 or 2783436. OLE color: 2783436.

HSL color Cylindrical-coordinate representation of color #CC782A: hue angle of 28.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC782A is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 42 -
CMYK 0 0.41 0.79 0.2
HSL 28.89º 0.66% 0.48% -
HSV(B) 28.89º 0.79% 0.8% -
XYZ 32.04 26.44 5.6 -
YUV 136.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 204 120 42 0 0.41 0.79 0.2 28.89 0.66 0.48
Hex CC 78 2A 0 29 4F 14 1D 42 30
Octal 314 170 52 0 51 117 24 35 102 60
Binary 11001100 1111000 101010 0 101001 1001111 10100 11101 1000010 110000

Color Harmonies of #CC782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC782A

Black with #CC782A

Text Example


Text Example

White with #CC782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC782A; }

 p { color: rgb(204,120,42); }

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

background-color css

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

 a { background-color: rgb(204,120,42); }

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

border-color css

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

 span { border-color: rgb(204,120,42); }

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