Html Css Color HEX #CC7A1F Ochre

📋 copy color: '#CC7A1F'

red 204 ◦ green 122 ◦ blue 31

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

Shades of Ochre #CC7A1F

Tints of Ochre #CC7A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

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

R = 57.14%
G = 34.17%
B = 8.68%

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

#CC7A1F (or 0xCC7A1F) is known color: Ochre. HEX triplet: CC, 7A and 1F. RGB value is (204,122,31). Sum of RGB (Red+Green+Blue) = 204+122+31=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A1F is #3385E0. Grayscale: #888888. Windows color (decimal): -3376609 or 2063052. OLE color: 2063052.

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

Color convert

RGB 204 122 31 -
CMYK 0 0.40 0.85 0.2
HSL 31.56º 0.74% 0.46% -
HSV(B) 31.56º 0.85% 0.8% -
XYZ 32.11 26.86 4.79 -
YUV 136.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 204 122 31 0 0.40 0.85 0.2 31.56 0.74 0.46
Hex CC 7A 1F 0 28 55 14 20 4A 2E
Octal 314 172 37 0 50 125 24 40 112 56
Binary 11001100 1111010 11111 0 101000 1010101 10100 100000 1001010 101110

Color Harmonies of #CC7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A1F

Black with #CC7A1F

Text Example


Text Example

White with #CC7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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