Html Css Color HEX #CC775E Japonica

📋 copy color: '#CC775E'

red 204 ◦ green 119 ◦ blue 94

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

Shades of Japonica #CC775E

Tints of Japonica #CC775E

RGB

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

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

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

R = 48.92%
G = 28.54%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC775E (or 0xCC775E) is known color: Japonica. HEX triplet: CC, 77 and 5E. RGB value is (204,119,94). Sum of RGB (Red+Green+Blue) = 204+119+94=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC775E is #3388A1. Grayscale: #8D8D8D. Windows color (decimal): -3377314 or 6191052. OLE color: 6191052.

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

Color convert

RGB 204 119 94 -
CMYK 0 0.42 0.54 0.2
HSL 13.64º 0.52% 0.58% -
HSV(B) 13.64º 0.54% 0.8% -
XYZ 33.52 26.84 14 -
YUV 141.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 204 119 94 0 0.42 0.54 0.2 13.64 0.52 0.58
Hex CC 77 5E 0 2A 36 14 E 34 3A
Octal 314 167 136 0 52 66 24 16 64 72
Binary 11001100 1110111 1011110 0 101010 110110 10100 1110 110100 111010

Color Harmonies of #CC775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC775E

Black with #CC775E

Text Example


Text Example

White with #CC775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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