Html Css Color HEX #CC7623 Ochre

📋 copy color: '#CC7623'

red 204 ◦ green 118 ◦ blue 35

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

Shades of Ochre #CC7623

Tints of Ochre #CC7623

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 57.14%
G = 33.05%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7623 (or 0xCC7623) is known color: Ochre. HEX triplet: CC, 76 and 23. RGB value is (204,118,35). Sum of RGB (Red+Green+Blue) = 204+118+35=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7623 is #3389DC. Grayscale: #868686. Windows color (decimal): -3377629 or 2324172. OLE color: 2324172.

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

Color convert

RGB 204 118 35 -
CMYK 0 0.42 0.83 0.2
HSL 29.47º 0.71% 0.47% -
HSV(B) 29.47º 0.83% 0.8% -
XYZ 31.68 25.92 4.92 -
YUV 134.25 71.99 177.75 -
System Red Green Blue C M Y K H S L
Decimal 204 118 35 0 0.42 0.83 0.2 29.47 0.71 0.47
Hex CC 76 23 0 2A 53 14 1D 47 2F
Octal 314 166 43 0 52 123 24 35 107 57
Binary 11001100 1110110 100011 0 101010 1010011 10100 11101 1000111 101111

Color Harmonies of #CC7623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7623

Black with #CC7623

Text Example


Text Example

White with #CC7623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7623; }

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

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

background-color css

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

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

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

border-color css

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

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

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