Html Css Color HEX #CC7E23 Ochre

📋 copy color: '#CC7E23'

red 204 ◦ green 126 ◦ blue 35

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

Shades of Ochre #CC7E23

Tints of Ochre #CC7E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.59%

R = 55.89%
G = 34.52%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7E23 (or 0xCC7E23) is known color: Ochre. HEX triplet: CC, 7E and 23. RGB value is (204,126,35). Sum of RGB (Red+Green+Blue) = 204+126+35=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E23 is #3381DC. Grayscale: #8B8B8B. Windows color (decimal): -3375581 or 2326220. OLE color: 2326220.

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

Color convert

RGB 204 126 35 -
CMYK 0 0.38 0.83 0.2
HSL 32.31º 0.71% 0.47% -
HSV(B) 32.31º 0.83% 0.8% -
XYZ 32.67 27.88 5.25 -
YUV 138.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 204 126 35 0 0.38 0.83 0.2 32.31 0.71 0.47
Hex CC 7E 23 0 26 53 14 20 47 2F
Octal 314 176 43 0 46 123 24 40 107 57
Binary 11001100 1111110 100011 0 100110 1010011 10100 100000 1000111 101111

Color Harmonies of #CC7E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E23

Black with #CC7E23

Text Example


Text Example

White with #CC7E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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