Html Css Color HEX #CC765E Japonica

📋 copy color: '#CC765E'

red 204 ◦ green 118 ◦ blue 94

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

Shades of Japonica #CC765E

Tints of Japonica #CC765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

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

R = 49.04%
G = 28.37%
B = 22.6%

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

#CC765E (or 0xCC765E) is known color: Japonica. HEX triplet: CC, 76 and 5E. RGB value is (204,118,94). Sum of RGB (Red+Green+Blue) = 204+118+94=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC765E is #3389A1. Grayscale: #8D8D8D. Windows color (decimal): -3377570 or 6190796. OLE color: 6190796.

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

Color convert

RGB 204 118 94 -
CMYK 0 0.42 0.54 0.2
HSL 13.09º 0.52% 0.58% -
HSV(B) 13.09º 0.54% 0.8% -
XYZ 33.4 26.6 13.96 -
YUV 140.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 204 118 94 0 0.42 0.54 0.2 13.09 0.52 0.58
Hex CC 76 5E 0 2A 36 14 D 34 3A
Octal 314 166 136 0 52 66 24 15 64 72
Binary 11001100 1110110 1011110 0 101010 110110 10100 1101 110100 111010

Color Harmonies of #CC765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC765E

Black with #CC765E

Text Example


Text Example

White with #CC765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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