Html Css Color HEX #CC785E Japonica

📋 copy color: '#CC785E'

red 204 ◦ green 120 ◦ blue 94

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

Shades of Japonica #CC785E

Tints of Japonica #CC785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

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

R = 48.8%
G = 28.71%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC785E (or 0xCC785E) is known color: Japonica. HEX triplet: CC, 78 and 5E. RGB value is (204,120,94). Sum of RGB (Red+Green+Blue) = 204+120+94=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC785E is #3387A1. Grayscale: #8E8E8E. Windows color (decimal): -3377058 or 6191308. OLE color: 6191308.

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

Color convert

RGB 204 120 94 -
CMYK 0 0.41 0.54 0.2
HSL 14.18º 0.52% 0.58% -
HSV(B) 14.18º 0.54% 0.8% -
XYZ 33.64 27.08 14.04 -
YUV 142.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 204 120 94 0 0.41 0.54 0.2 14.18 0.52 0.58
Hex CC 78 5E 0 29 36 14 E 34 3A
Octal 314 170 136 0 51 66 24 16 64 72
Binary 11001100 1111000 1011110 0 101001 110110 10100 1110 110100 111010

Color Harmonies of #CC785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC785E

Black with #CC785E

Text Example


Text Example

White with #CC785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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