Html Css Color HEX #CC701C Ochre

📋 copy color: '#CC701C'

red 204 ◦ green 112 ◦ blue 28

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

Shades of Ochre #CC701C

Tints of Ochre #CC701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

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

R = 59.3%
G = 32.56%
B = 8.14%

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

#CC701C (or 0xCC701C) is known color: Ochre. HEX triplet: CC, 70 and 1C. RGB value is (204,112,28). Sum of RGB (Red+Green+Blue) = 204+112+28=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC701C is #338FE3. Grayscale: #828282. Windows color (decimal): -3379172 or 1863884. OLE color: 1863884.

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

Color convert

RGB 204 112 28 -
CMYK 0 0.45 0.86 0.2
HSL 28.64º 0.76% 0.45% -
HSV(B) 28.64º 0.86% 0.8% -
XYZ 30.91 24.51 4.2 -
YUV 129.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 204 112 28 0 0.45 0.86 0.2 28.64 0.76 0.45
Hex CC 70 1C 0 2D 56 14 1D 4C 2D
Octal 314 160 34 0 55 126 24 35 114 55
Binary 11001100 1110000 11100 0 101101 1010110 10100 11101 1001100 101101

Color Harmonies of #CC701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC701C

Black with #CC701C

Text Example


Text Example

White with #CC701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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