Html Css Color HEX #CC7C23 Ochre

📋 copy color: '#CC7C23'

red 204 ◦ green 124 ◦ blue 35

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

Shades of Ochre #CC7C23

Tints of Ochre #CC7C23

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

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

R = 56.2%
G = 34.16%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7C23 (or 0xCC7C23) is known color: Ochre. HEX triplet: CC, 7C and 23. RGB value is (204,124,35). Sum of RGB (Red+Green+Blue) = 204+124+35=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C23 is #3383DC. Grayscale: #8A8A8A. Windows color (decimal): -3376093 or 2325708. OLE color: 2325708.

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

Color convert

RGB 204 124 35 -
CMYK 0 0.39 0.83 0.2
HSL 31.6º 0.71% 0.47% -
HSV(B) 31.6º 0.83% 0.8% -
XYZ 32.41 27.37 5.17 -
YUV 137.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 204 124 35 0 0.39 0.83 0.2 31.6 0.71 0.47
Hex CC 7C 23 0 27 53 14 20 47 2F
Octal 314 174 43 0 47 123 24 40 107 57
Binary 11001100 1111100 100011 0 100111 1010011 10100 100000 1000111 101111

Color Harmonies of #CC7C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C23

Black with #CC7C23

Text Example


Text Example

White with #CC7C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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