Html Css Color HEX #CC7464 Japonica

📋 copy color: '#CC7464'

red 204 ◦ green 116 ◦ blue 100

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

Shades of Japonica #CC7464

Tints of Japonica #CC7464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 48.57%
G = 27.62%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC7464 (or 0xCC7464) is known color: Japonica. HEX triplet: CC, 74 and 64. RGB value is (204,116,100). Sum of RGB (Red+Green+Blue) = 204+116+100=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7464 is #338B9B. Grayscale: #8C8C8C. Windows color (decimal): -3378076 or 6583500. OLE color: 6583500.

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

Color convert

RGB 204 116 100 -
CMYK 0 0.43 0.51 0.2
HSL 9.23º 0.5% 0.6% -
HSV(B) 9.23º 0.51% 0.8% -
XYZ 33.45 26.25 15.36 -
YUV 140.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 204 116 100 0 0.43 0.51 0.2 9.23 0.5 0.6
Hex CC 74 64 0 2B 33 14 9 32 3C
Octal 314 164 144 0 53 63 24 11 62 74
Binary 11001100 1110100 1100100 0 101011 110011 10100 1001 110010 111100

Color Harmonies of #CC7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7464

Black with #CC7464

Text Example


Text Example

White with #CC7464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7464; }

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

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

background-color css

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

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

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

border-color css

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

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

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