Html Css Color HEX #CC701F Ochre

📋 copy color: '#CC701F'

red 204 ◦ green 112 ◦ blue 31

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

Shades of Ochre #CC701F

Tints of Ochre #CC701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 58.79%
G = 32.28%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC701F (or 0xCC701F) is known color: Ochre. HEX triplet: CC, 70 and 1F. RGB value is (204,112,31). Sum of RGB (Red+Green+Blue) = 204+112+31=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC701F is #338FE0. Grayscale: #828282. Windows color (decimal): -3379169 or 2060492. OLE color: 2060492.

HSL color Cylindrical-coordinate representation of color #CC701F: hue angle of 28.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC701F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 31 -
CMYK 0 0.45 0.85 0.2
HSL 28.09º 0.74% 0.46% -
HSV(B) 28.09º 0.85% 0.8% -
XYZ 30.94 24.52 4.4 -
YUV 130.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 204 112 31 0 0.45 0.85 0.2 28.09 0.74 0.46
Hex CC 70 1F 0 2D 55 14 1C 4A 2E
Octal 314 160 37 0 55 125 24 34 112 56
Binary 11001100 1110000 11111 0 101101 1010101 10100 11100 1001010 101110

Color Harmonies of #CC701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC701F

Black with #CC701F

Text Example


Text Example

White with #CC701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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