Html Css Color HEX #CC7A57 Japonica

📋 copy color: '#CC7A57'

red 204 ◦ green 122 ◦ blue 87

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

Shades of Japonica #CC7A57

Tints of Japonica #CC7A57

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 87 (34.38% from 255) = 21.07%

R = 49.39%
G = 29.54%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC7A57 (or 0xCC7A57) is known color: Japonica. HEX triplet: CC, 7A and 57. RGB value is (204,122,87). Sum of RGB (Red+Green+Blue) = 204+122+87=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A57 is #3385A8. Grayscale: #8E8E8E. Windows color (decimal): -3376553 or 5733068. OLE color: 5733068.

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

Color convert

RGB 204 122 87 -
CMYK 0 0.40 0.57 0.2
HSL 17.95º 0.53% 0.57% -
HSV(B) 17.95º 0.57% 0.8% -
XYZ 33.58 27.44 12.54 -
YUV 142.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 204 122 87 0 0.40 0.57 0.2 17.95 0.53 0.57
Hex CC 7A 57 0 28 39 14 12 35 39
Octal 314 172 127 0 50 71 24 22 65 71
Binary 11001100 1111010 1010111 0 101000 111001 10100 10010 110101 111001

Color Harmonies of #CC7A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A57

Black with #CC7A57

Text Example


Text Example

White with #CC7A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A57; }

 p { color: rgb(204,122,87); }

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

background-color css

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

 a { background-color: rgb(204,122,87); }

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

border-color css

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

 span { border-color: rgb(204,122,87); }

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