Html Css Color HEX #CC775C Japonica

📋 copy color: '#CC775C'

red 204 ◦ green 119 ◦ blue 92

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

Shades of Japonica #CC775C

Tints of Japonica #CC775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 49.16%
G = 28.67%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC775C (or 0xCC775C) is known color: Japonica. HEX triplet: CC, 77 and 5C. RGB value is (204,119,92). Sum of RGB (Red+Green+Blue) = 204+119+92=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC775C is #3388A3. Grayscale: #8D8D8D. Windows color (decimal): -3377316 or 6059980. OLE color: 6059980.

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

Color convert

RGB 204 119 92 -
CMYK 0 0.42 0.55 0.2
HSL 14.46º 0.52% 0.58% -
HSV(B) 14.46º 0.55% 0.8% -
XYZ 33.43 26.8 13.54 -
YUV 141.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 204 119 92 0 0.42 0.55 0.2 14.46 0.52 0.58
Hex CC 77 5C 0 2A 37 14 E 34 3A
Octal 314 167 134 0 52 67 24 16 64 72
Binary 11001100 1110111 1011100 0 101010 110111 10100 1110 110100 111010

Color Harmonies of #CC775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC775C

Black with #CC775C

Text Example


Text Example

White with #CC775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC775C; }

 p { color: rgb(204,119,92); }

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

background-color css

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

 a { background-color: rgb(204,119,92); }

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

border-color css

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

 span { border-color: rgb(204,119,92); }

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