Html Css Color HEX #CC6A58 Japonica

📋 copy color: '#CC6A58'

red 204 ◦ green 106 ◦ blue 88

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

Shades of Japonica #CC6A58

Tints of Japonica #CC6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 88 (34.77% from 255) = 22.11%

R = 51.26%
G = 26.63%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC6A58 (or 0xCC6A58) is known color: Japonica. HEX triplet: CC, 6A and 58. RGB value is (204,106,88). Sum of RGB (Red+Green+Blue) = 204+106+88=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A58 is #3395A7. Grayscale: #858585. Windows color (decimal): -3380648 or 5794508. OLE color: 5794508.

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

Color convert

RGB 204 106 88 -
CMYK 0 0.48 0.57 0.2
HSL 9.31º 0.53% 0.57% -
HSV(B) 9.31º 0.57% 0.8% -
XYZ 31.82 23.85 12.16 -
YUV 133.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 204 106 88 0 0.48 0.57 0.2 9.31 0.53 0.57
Hex CC 6A 58 0 30 39 14 9 35 39
Octal 314 152 130 0 60 71 24 11 65 71
Binary 11001100 1101010 1011000 0 110000 111001 10100 1001 110101 111001

Color Harmonies of #CC6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A58

Black with #CC6A58

Text Example


Text Example

White with #CC6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A58; }

 p { color: rgb(204,106,88); }

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

background-color css

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

 a { background-color: rgb(204,106,88); }

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

border-color css

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

 span { border-color: rgb(204,106,88); }

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