Html Css Color HEX #CC7B1F Ochre

📋 copy color: '#CC7B1F'

red 204 ◦ green 123 ◦ blue 31

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

Shades of Ochre #CC7B1F

Tints of Ochre #CC7B1F

RGB

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

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

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

R = 56.98%
G = 34.36%
B = 8.66%

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

#CC7B1F (or 0xCC7B1F) is known color: Ochre. HEX triplet: CC, 7B and 1F. RGB value is (204,123,31). Sum of RGB (Red+Green+Blue) = 204+123+31=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B1F is #3384E0. Grayscale: #898989. Windows color (decimal): -3376353 or 2063308. OLE color: 2063308.

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

Color convert

RGB 204 123 31 -
CMYK 0 0.40 0.85 0.2
HSL 31.91º 0.74% 0.46% -
HSV(B) 31.91º 0.85% 0.8% -
XYZ 32.23 27.1 4.83 -
YUV 136.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 204 123 31 0 0.40 0.85 0.2 31.91 0.74 0.46
Hex CC 7B 1F 0 28 55 14 20 4A 2E
Octal 314 173 37 0 50 125 24 40 112 56
Binary 11001100 1111011 11111 0 101000 1010101 10100 100000 1001010 101110

Color Harmonies of #CC7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B1F

Black with #CC7B1F

Text Example


Text Example

White with #CC7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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