Html Css Color HEX #CC781C Ochre

📋 copy color: '#CC781C'

red 204 ◦ green 120 ◦ blue 28

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

Shades of Ochre #CC781C

Tints of Ochre #CC781C

RGB

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

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

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

R = 57.95%
G = 34.09%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC781C (or 0xCC781C) is known color: Ochre. HEX triplet: CC, 78 and 1C. RGB value is (204,120,28). Sum of RGB (Red+Green+Blue) = 204+120+28=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC781C is #3387E3. Grayscale: #878787. Windows color (decimal): -3377124 or 1865932. OLE color: 1865932.

HSL color Cylindrical-coordinate representation of color #CC781C: hue angle of 31.36º 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 #CC781C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 28 -
CMYK 0 0.41 0.86 0.2
HSL 31.36º 0.76% 0.45% -
HSV(B) 31.36º 0.86% 0.8% -
XYZ 31.83 26.35 4.51 -
YUV 134.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 204 120 28 0 0.41 0.86 0.2 31.36 0.76 0.45
Hex CC 78 1C 0 29 56 14 1F 4C 2D
Octal 314 170 34 0 51 126 24 37 114 55
Binary 11001100 1111000 11100 0 101001 1010110 10100 11111 1001100 101101

Color Harmonies of #CC781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC781C

Black with #CC781C

Text Example


Text Example

White with #CC781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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