Html Css Color HEX #CC7058 Japonica

📋 copy color: '#CC7058'

red 204 ◦ green 112 ◦ blue 88

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

Shades of Japonica #CC7058

Tints of Japonica #CC7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

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

R = 50.5%
G = 27.72%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7058 (or 0xCC7058) is known color: Japonica. HEX triplet: CC, 70 and 58. RGB value is (204,112,88). Sum of RGB (Red+Green+Blue) = 204+112+88=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7058 is #338FA7. Grayscale: #888888. Windows color (decimal): -3379112 or 5796044. OLE color: 5796044.

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

Color convert

RGB 204 112 88 -
CMYK 0 0.45 0.57 0.2
HSL 12.41º 0.53% 0.57% -
HSV(B) 12.41º 0.57% 0.8% -
XYZ 32.46 25.13 12.37 -
YUV 136.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 204 112 88 0 0.45 0.57 0.2 12.41 0.53 0.57
Hex CC 70 58 0 2D 39 14 C 35 39
Octal 314 160 130 0 55 71 24 14 65 71
Binary 11001100 1110000 1011000 0 101101 111001 10100 1100 110101 111001

Color Harmonies of #CC7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7058

Black with #CC7058

Text Example


Text Example

White with #CC7058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7058; }

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

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

background-color css

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

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

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

border-color css

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

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

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