Html Css Color HEX #CC711C Ochre

📋 copy color: '#CC711C'

red 204 ◦ green 113 ◦ blue 28

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

Shades of Ochre #CC711C

Tints of Ochre #CC711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 59.13%
G = 32.75%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC711C (or 0xCC711C) is known color: Ochre. HEX triplet: CC, 71 and 1C. RGB value is (204,113,28). Sum of RGB (Red+Green+Blue) = 204+113+28=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC711C is #338EE3. Grayscale: #828282. Windows color (decimal): -3378916 or 1864140. OLE color: 1864140.

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

Color convert

RGB 204 113 28 -
CMYK 0 0.45 0.86 0.2
HSL 28.98º 0.76% 0.45% -
HSV(B) 28.98º 0.86% 0.8% -
XYZ 31.02 24.73 4.24 -
YUV 130.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 204 113 28 0 0.45 0.86 0.2 28.98 0.76 0.45
Hex CC 71 1C 0 2D 56 14 1D 4C 2D
Octal 314 161 34 0 55 126 24 35 114 55
Binary 11001100 1110001 11100 0 101101 1010110 10100 11101 1001100 101101

Color Harmonies of #CC711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC711C

Black with #CC711C

Text Example


Text Example

White with #CC711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC711C; }

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

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

background-color css

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

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

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

border-color css

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

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

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