Html Css Color HEX #CC735A Japonica

📋 copy color: '#CC735A'

red 204 ◦ green 115 ◦ blue 90

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

Shades of Japonica #CC735A

Tints of Japonica #CC735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

 BLUE value IS 90 (35.55% from 255) = 22%

R = 49.88%
G = 28.12%
B = 22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC735A (or 0xCC735A) is known color: Japonica. HEX triplet: CC, 73 and 5A. RGB value is (204,115,90). Sum of RGB (Red+Green+Blue) = 204+115+90=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC735A is #338CA5. Grayscale: #8A8A8A. Windows color (decimal): -3378342 or 5927884. OLE color: 5927884.

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

Color convert

RGB 204 115 90 -
CMYK 0 0.44 0.56 0.2
HSL 13.16º 0.53% 0.58% -
HSV(B) 13.16º 0.56% 0.8% -
XYZ 32.88 25.84 12.93 -
YUV 138.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 204 115 90 0 0.44 0.56 0.2 13.16 0.53 0.58
Hex CC 73 5A 0 2C 38 14 D 35 3A
Octal 314 163 132 0 54 70 24 15 65 72
Binary 11001100 1110011 1011010 0 101100 111000 10100 1101 110101 111010

Color Harmonies of #CC735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC735A

Black with #CC735A

Text Example


Text Example

White with #CC735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC735A; }

 p { color: rgb(204,115,90); }

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

background-color css

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

 a { background-color: rgb(204,115,90); }

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

border-color css

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

 span { border-color: rgb(204,115,90); }

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