Html Css Color HEX #CC7E25 Ochre

📋 copy color: '#CC7E25'

red 204 ◦ green 126 ◦ blue 37

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

Shades of Ochre #CC7E25

Tints of Ochre #CC7E25

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.33%

 BLUE value IS 37 (14.84% from 255) = 10.08%

R = 55.59%
G = 34.33%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC7E25 (or 0xCC7E25) is known color: Ochre. HEX triplet: CC, 7E and 25. RGB value is (204,126,37). Sum of RGB (Red+Green+Blue) = 204+126+37=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E25 is #3381DA. Grayscale: #8B8B8B. Windows color (decimal): -3375579 or 2457292. OLE color: 2457292.

HSL color Cylindrical-coordinate representation of color #CC7E25: hue angle of 31.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7E25 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 126 37 -
CMYK 0 0.38 0.82 0.2
HSL 31.98º 0.69% 0.47% -
HSV(B) 31.98º 0.82% 0.8% -
XYZ 32.7 27.89 5.41 -
YUV 139.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 204 126 37 0 0.38 0.82 0.2 31.98 0.69 0.47
Hex CC 7E 25 0 26 52 14 20 45 2F
Octal 314 176 45 0 46 122 24 40 105 57
Binary 11001100 1111110 100101 0 100110 1010010 10100 100000 1000101 101111

Color Harmonies of #CC7E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E25

Black with #CC7E25

Text Example


Text Example

White with #CC7E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E25; }

 p { color: rgb(204,126,37); }

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

background-color css

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

 a { background-color: rgb(204,126,37); }

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

border-color css

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

 span { border-color: rgb(204,126,37); }

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