Html Css Color HEX #CC7E26 Ochre

📋 copy color: '#CC7E26'

red 204 ◦ green 126 ◦ blue 38

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

Shades of Ochre #CC7E26

Tints of Ochre #CC7E26

RGB

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

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

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

R = 55.43%
G = 34.24%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7E26 (or 0xCC7E26) is known color: Ochre. HEX triplet: CC, 7E and 26. RGB value is (204,126,38). Sum of RGB (Red+Green+Blue) = 204+126+38=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E26 is #3381D9. Grayscale: #8B8B8B. Windows color (decimal): -3375578 or 2522828. OLE color: 2522828.

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

Color convert

RGB 204 126 38 -
CMYK 0 0.38 0.81 0.2
HSL 31.81º 0.69% 0.47% -
HSV(B) 31.81º 0.81% 0.8% -
XYZ 32.71 27.9 5.49 -
YUV 139.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 204 126 38 0 0.38 0.81 0.2 31.81 0.69 0.47
Hex CC 7E 26 0 26 51 14 20 45 2F
Octal 314 176 46 0 46 121 24 40 105 57
Binary 11001100 1111110 100110 0 100110 1010001 10100 100000 1000101 101111

Color Harmonies of #CC7E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E26

Black with #CC7E26

Text Example


Text Example

White with #CC7E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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