Html Css Color HEX #CC7D26 Ochre

📋 copy color: '#CC7D26'

red 204 ◦ green 125 ◦ blue 38

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

Shades of Ochre #CC7D26

Tints of Ochre #CC7D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.35%

R = 55.59%
G = 34.06%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7D26 (or 0xCC7D26) is known color: Ochre. HEX triplet: CC, 7D and 26. RGB value is (204,125,38). Sum of RGB (Red+Green+Blue) = 204+125+38=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D26 is #3382D9. Grayscale: #8B8B8B. Windows color (decimal): -3375834 or 2522572. OLE color: 2522572.

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

Color convert

RGB 204 125 38 -
CMYK 0 0.39 0.81 0.2
HSL 31.45º 0.69% 0.47% -
HSV(B) 31.45º 0.81% 0.8% -
XYZ 32.59 27.64 5.45 -
YUV 138.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 204 125 38 0 0.39 0.81 0.2 31.45 0.69 0.47
Hex CC 7D 26 0 27 51 14 1F 45 2F
Octal 314 175 46 0 47 121 24 37 105 57
Binary 11001100 1111101 100110 0 100111 1010001 10100 11111 1000101 101111

Color Harmonies of #CC7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D26

Black with #CC7D26

Text Example


Text Example

White with #CC7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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