Html Css Color HEX #CC792B Ochre

📋 copy color: '#CC792B'

red 204 ◦ green 121 ◦ blue 43

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

Shades of Ochre #CC792B

Tints of Ochre #CC792B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 55.43%
G = 32.88%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC792B (or 0xCC792B) is known color: Ochre. HEX triplet: CC, 79 and 2B. RGB value is (204,121,43). Sum of RGB (Red+Green+Blue) = 204+121+43=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC792B is #3386D4. Grayscale: #898989. Windows color (decimal): -3376853 or 2849228. OLE color: 2849228.

HSL color Cylindrical-coordinate representation of color #CC792B: hue angle of 29.07º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC792B is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 43 -
CMYK 0 0.41 0.79 0.2
HSL 29.07º 0.65% 0.48% -
HSV(B) 29.07º 0.79% 0.8% -
XYZ 32.18 26.69 5.74 -
YUV 136.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 204 121 43 0 0.41 0.79 0.2 29.07 0.65 0.48
Hex CC 79 2B 0 29 4F 14 1D 41 30
Octal 314 171 53 0 51 117 24 35 101 60
Binary 11001100 1111001 101011 0 101001 1001111 10100 11101 1000001 110000

Color Harmonies of #CC792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC792B

Black with #CC792B

Text Example


Text Example

White with #CC792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC792B; }

 p { color: rgb(204,121,43); }

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

background-color css

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

 a { background-color: rgb(204,121,43); }

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

border-color css

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

 span { border-color: rgb(204,121,43); }

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