Html Css Color HEX #CC7B1E Ochre

📋 copy color: '#CC7B1E'

red 204 ◦ green 123 ◦ blue 30

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

Shades of Ochre #CC7B1E

Tints of Ochre #CC7B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 57.14%
G = 34.45%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC7B1E (or 0xCC7B1E) is known color: Ochre. HEX triplet: CC, 7B and 1E. RGB value is (204,123,30). Sum of RGB (Red+Green+Blue) = 204+123+30=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B1E is #3384E1. Grayscale: #898989. Windows color (decimal): -3376354 or 1997772. OLE color: 1997772.

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

Color convert

RGB 204 123 30 -
CMYK 0 0.40 0.85 0.2
HSL 32.07º 0.74% 0.46% -
HSV(B) 32.07º 0.85% 0.8% -
XYZ 32.22 27.1 4.76 -
YUV 136.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 204 123 30 0 0.40 0.85 0.2 32.07 0.74 0.46
Hex CC 7B 1E 0 28 55 14 20 4A 2E
Octal 314 173 36 0 50 125 24 40 112 56
Binary 11001100 1111011 11110 0 101000 1010101 10100 100000 1001010 101110

Color Harmonies of #CC7B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B1E

Black with #CC7B1E

Text Example


Text Example

White with #CC7B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B1E; }

 p { color: rgb(204,123,30); }

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

background-color css

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

 a { background-color: rgb(204,123,30); }

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

border-color css

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

 span { border-color: rgb(204,123,30); }

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