Html Css Color HEX #CC7D1F Ochre

📋 copy color: '#CC7D1F'

red 204 ◦ green 125 ◦ blue 31

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

Shades of Ochre #CC7D1F

Tints of Ochre #CC7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

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

R = 56.67%
G = 34.72%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC7D1F (or 0xCC7D1F) is known color: Ochre. HEX triplet: CC, 7D and 1F. RGB value is (204,125,31). Sum of RGB (Red+Green+Blue) = 204+125+31=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D1F is #3382E0. Grayscale: #8A8A8A. Windows color (decimal): -3375841 or 2063820. OLE color: 2063820.

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

Color convert

RGB 204 125 31 -
CMYK 0 0.39 0.85 0.2
HSL 32.6º 0.74% 0.46% -
HSV(B) 32.6º 0.85% 0.8% -
XYZ 32.48 27.6 4.91 -
YUV 137.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 204 125 31 0 0.39 0.85 0.2 32.6 0.74 0.46
Hex CC 7D 1F 0 27 55 14 21 4A 2E
Octal 314 175 37 0 47 125 24 41 112 56
Binary 11001100 1111101 11111 0 100111 1010101 10100 100001 1001010 101110

Color Harmonies of #CC7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D1F

Black with #CC7D1F

Text Example


Text Example

White with #CC7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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