Html Css Color HEX #CC701B Ochre

📋 copy color: '#CC701B'

red 204 ◦ green 112 ◦ blue 27

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

Shades of Ochre #CC701B

Tints of Ochre #CC701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 59.48%
G = 32.65%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC701B (or 0xCC701B) is known color: Ochre. HEX triplet: CC, 70 and 1B. RGB value is (204,112,27). Sum of RGB (Red+Green+Blue) = 204+112+27=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC701B is #338FE4. Grayscale: #828282. Windows color (decimal): -3379173 or 1798348. OLE color: 1798348.

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

Color convert

RGB 204 112 27 -
CMYK 0 0.45 0.87 0.2
HSL 28.81º 0.77% 0.45% -
HSV(B) 28.81º 0.87% 0.8% -
XYZ 30.89 24.5 4.14 -
YUV 129.82 69.98 180.91 -
System Red Green Blue C M Y K H S L
Decimal 204 112 27 0 0.45 0.87 0.2 28.81 0.77 0.45
Hex CC 70 1B 0 2D 57 14 1D 4D 2D
Octal 314 160 33 0 55 127 24 35 115 55
Binary 11001100 1110000 11011 0 101101 1010111 10100 11101 1001101 101101

Color Harmonies of #CC701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC701B

Black with #CC701B

Text Example


Text Example

White with #CC701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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