Html Css Color HEX #CC785F Japonica

📋 copy color: '#CC785F'

red 204 ◦ green 120 ◦ blue 95

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

Shades of Japonica #CC785F

Tints of Japonica #CC785F

RGB

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

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

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

R = 48.69%
G = 28.64%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC785F (or 0xCC785F) is known color: Japonica. HEX triplet: CC, 78 and 5F. RGB value is (204,120,95). Sum of RGB (Red+Green+Blue) = 204+120+95=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC785F is #3387A0. Grayscale: #8E8E8E. Windows color (decimal): -3377057 or 6256844. OLE color: 6256844.

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

Color convert

RGB 204 120 95 -
CMYK 0 0.41 0.53 0.2
HSL 13.76º 0.52% 0.59% -
HSV(B) 13.76º 0.53% 0.8% -
XYZ 33.68 27.1 14.28 -
YUV 142.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 204 120 95 0 0.41 0.53 0.2 13.76 0.52 0.59
Hex CC 78 5F 0 29 35 14 E 34 3B
Octal 314 170 137 0 51 65 24 16 64 73
Binary 11001100 1111000 1011111 0 101001 110101 10100 1110 110100 111011

Color Harmonies of #CC785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC785F

Black with #CC785F

Text Example


Text Example

White with #CC785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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