Html Css Color HEX #CC7D25 Ochre

📋 copy color: '#CC7D25'

red 204 ◦ green 125 ◦ blue 37

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

Shades of Ochre #CC7D25

Tints of Ochre #CC7D25

RGB

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

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

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

R = 55.74%
G = 34.15%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC7D25 (or 0xCC7D25) is known color: Ochre. HEX triplet: CC, 7D and 25. RGB value is (204,125,37). Sum of RGB (Red+Green+Blue) = 204+125+37=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D25 is #3382DA. Grayscale: #8B8B8B. Windows color (decimal): -3375835 or 2457036. OLE color: 2457036.

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

Color convert

RGB 204 125 37 -
CMYK 0 0.39 0.82 0.2
HSL 31.62º 0.69% 0.47% -
HSV(B) 31.62º 0.82% 0.8% -
XYZ 32.57 27.64 5.37 -
YUV 138.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 204 125 37 0 0.39 0.82 0.2 31.62 0.69 0.47
Hex CC 7D 25 0 27 52 14 20 45 2F
Octal 314 175 45 0 47 122 24 40 105 57
Binary 11001100 1111101 100101 0 100111 1010010 10100 100000 1000101 101111

Color Harmonies of #CC7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D25

Black with #CC7D25

Text Example


Text Example

White with #CC7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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