Html Css Color HEX #CC7452 Japonica

📋 copy color: '#CC7452'

red 204 ◦ green 116 ◦ blue 82

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

Shades of Japonica #CC7452

Tints of Japonica #CC7452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

 BLUE value IS 82 (32.42% from 255) = 20.4%

R = 50.75%
G = 28.86%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC7452 (or 0xCC7452) is known color: Japonica. HEX triplet: CC, 74 and 52. RGB value is (204,116,82). Sum of RGB (Red+Green+Blue) = 204+116+82=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7452 is #338BAD. Grayscale: #8A8A8A. Windows color (decimal): -3378094 or 5403852. OLE color: 5403852.

HSL color Cylindrical-coordinate representation of color #CC7452: hue angle of 16.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC7452 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 82 -
CMYK 0 0.43 0.60 0.2
HSL 16.72º 0.54% 0.56% -
HSV(B) 16.72º 0.6% 0.8% -
XYZ 32.67 25.94 11.27 -
YUV 138.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 204 116 82 0 0.43 0.60 0.2 16.72 0.54 0.56
Hex CC 74 52 0 2B 3C 14 11 36 38
Octal 314 164 122 0 53 74 24 21 66 70
Binary 11001100 1110100 1010010 0 101011 111100 10100 10001 110110 111000

Color Harmonies of #CC7452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7452

Black with #CC7452

Text Example


Text Example

White with #CC7452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7452; }

 p { color: rgb(204,116,82); }

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

background-color css

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

 a { background-color: rgb(204,116,82); }

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

border-color css

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

 span { border-color: rgb(204,116,82); }

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