Html Css Color HEX #CC775F Japonica

📋 copy color: '#CC775F'

red 204 ◦ green 119 ◦ blue 95

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

Shades of Japonica #CC775F

Tints of Japonica #CC775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 48.8%
G = 28.47%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC775F (or 0xCC775F) is known color: Japonica. HEX triplet: CC, 77 and 5F. RGB value is (204,119,95). Sum of RGB (Red+Green+Blue) = 204+119+95=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC775F is #3388A0. Grayscale: #8D8D8D. Windows color (decimal): -3377313 or 6256588. OLE color: 6256588.

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

Color convert

RGB 204 119 95 -
CMYK 0 0.42 0.53 0.2
HSL 13.21º 0.52% 0.59% -
HSV(B) 13.21º 0.53% 0.8% -
XYZ 33.56 26.86 14.24 -
YUV 141.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 204 119 95 0 0.42 0.53 0.2 13.21 0.52 0.59
Hex CC 77 5F 0 2A 35 14 D 34 3B
Octal 314 167 137 0 52 65 24 15 64 73
Binary 11001100 1110111 1011111 0 101010 110101 10100 1101 110100 111011

Color Harmonies of #CC775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC775F

Black with #CC775F

Text Example


Text Example

White with #CC775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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