Html Css Color HEX #CC735D Japonica

📋 copy color: '#CC735D'

red 204 ◦ green 115 ◦ blue 93

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

Shades of Japonica #CC735D

Tints of Japonica #CC735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 49.51%
G = 27.91%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC735D (or 0xCC735D) is known color: Japonica. HEX triplet: CC, 73 and 5D. RGB value is (204,115,93). Sum of RGB (Red+Green+Blue) = 204+115+93=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC735D is #338CA2. Grayscale: #8B8B8B. Windows color (decimal): -3378339 or 6124492. OLE color: 6124492.

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

Color convert

RGB 204 115 93 -
CMYK 0 0.44 0.54 0.2
HSL 11.89º 0.52% 0.58% -
HSV(B) 11.89º 0.54% 0.8% -
XYZ 33.01 25.89 13.61 -
YUV 139.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 204 115 93 0 0.44 0.54 0.2 11.89 0.52 0.58
Hex CC 73 5D 0 2C 36 14 C 34 3A
Octal 314 163 135 0 54 66 24 14 64 72
Binary 11001100 1110011 1011101 0 101100 110110 10100 1100 110100 111010

Color Harmonies of #CC735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC735D

Black with #CC735D

Text Example


Text Example

White with #CC735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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