Html Css Color HEX #CC7A5E Japonica

📋 copy color: '#CC7A5E'

red 204 ◦ green 122 ◦ blue 94

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

Shades of Japonica #CC7A5E

Tints of Japonica #CC7A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 48.57%
G = 29.05%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC7A5E (or 0xCC7A5E) is known color: Japonica. HEX triplet: CC, 7A and 5E. RGB value is (204,122,94). Sum of RGB (Red+Green+Blue) = 204+122+94=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A5E is #3385A1. Grayscale: #8F8F8F. Windows color (decimal): -3376546 or 6191820. OLE color: 6191820.

HSL color Cylindrical-coordinate representation of color #CC7A5E: hue angle of 15.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC7A5E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 94 -
CMYK 0 0.40 0.54 0.2
HSL 15.27º 0.52% 0.58% -
HSV(B) 15.27º 0.54% 0.8% -
XYZ 33.88 27.56 14.12 -
YUV 143.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 204 122 94 0 0.40 0.54 0.2 15.27 0.52 0.58
Hex CC 7A 5E 0 28 36 14 F 34 3A
Octal 314 172 136 0 50 66 24 17 64 72
Binary 11001100 1111010 1011110 0 101000 110110 10100 1111 110100 111010

Color Harmonies of #CC7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A5E

Black with #CC7A5E

Text Example


Text Example

White with #CC7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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