Html Css Color HEX #CC7958 Japonica

📋 copy color: '#CC7958'

red 204 ◦ green 121 ◦ blue 88

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

Shades of Japonica #CC7958

Tints of Japonica #CC7958

RGB

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

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

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

R = 49.39%
G = 29.3%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7958 (or 0xCC7958) is known color: Japonica. HEX triplet: CC, 79 and 58. RGB value is (204,121,88). Sum of RGB (Red+Green+Blue) = 204+121+88=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7958 is #3386A7. Grayscale: #8E8E8E. Windows color (decimal): -3376808 or 5798348. OLE color: 5798348.

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

Color convert

RGB 204 121 88 -
CMYK 0 0.41 0.57 0.2
HSL 17.07º 0.53% 0.57% -
HSV(B) 17.07º 0.57% 0.8% -
XYZ 33.5 27.22 12.72 -
YUV 142.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 204 121 88 0 0.41 0.57 0.2 17.07 0.53 0.57
Hex CC 79 58 0 29 39 14 11 35 39
Octal 314 171 130 0 51 71 24 21 65 71
Binary 11001100 1111001 1011000 0 101001 111001 10100 10001 110101 111001

Color Harmonies of #CC7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7958

Black with #CC7958

Text Example


Text Example

White with #CC7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7958; }

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

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

background-color css

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

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

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

border-color css

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

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

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