Html Css Color HEX #CC7A23 Ochre

📋 copy color: '#CC7A23'

red 204 ◦ green 122 ◦ blue 35

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

Shades of Ochre #CC7A23

Tints of Ochre #CC7A23

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

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

R = 56.51%
G = 33.8%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7A23 (or 0xCC7A23) is known color: Ochre. HEX triplet: CC, 7A and 23. RGB value is (204,122,35). Sum of RGB (Red+Green+Blue) = 204+122+35=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A23 is #3385DC. Grayscale: #898989. Windows color (decimal): -3376605 or 2325196. OLE color: 2325196.

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

Color convert

RGB 204 122 35 -
CMYK 0 0.40 0.83 0.2
HSL 30.89º 0.71% 0.47% -
HSV(B) 30.89º 0.83% 0.8% -
XYZ 32.16 26.88 5.08 -
YUV 136.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 204 122 35 0 0.40 0.83 0.2 30.89 0.71 0.47
Hex CC 7A 23 0 28 53 14 1F 47 2F
Octal 314 172 43 0 50 123 24 37 107 57
Binary 11001100 1111010 100011 0 101000 1010011 10100 11111 1000111 101111

Color Harmonies of #CC7A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A23

Black with #CC7A23

Text Example


Text Example

White with #CC7A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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