Html Css Color HEX #CC735F Japonica

📋 copy color: '#CC735F'

red 204 ◦ green 115 ◦ blue 95

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

Shades of Japonica #CC735F

Tints of Japonica #CC735F

RGB

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

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

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

R = 49.28%
G = 27.78%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC735F (or 0xCC735F) is known color: Japonica. HEX triplet: CC, 73 and 5F. RGB value is (204,115,95). Sum of RGB (Red+Green+Blue) = 204+115+95=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC735F is #338CA0. Grayscale: #8B8B8B. Windows color (decimal): -3378337 or 6255564. OLE color: 6255564.

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

Color convert

RGB 204 115 95 -
CMYK 0 0.44 0.53 0.2
HSL 11.01º 0.52% 0.59% -
HSV(B) 11.01º 0.53% 0.8% -
XYZ 33.1 25.93 14.09 -
YUV 139.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 204 115 95 0 0.44 0.53 0.2 11.01 0.52 0.59
Hex CC 73 5F 0 2C 35 14 B 34 3B
Octal 314 163 137 0 54 65 24 13 64 73
Binary 11001100 1110011 1011111 0 101100 110101 10100 1011 110100 111011

Color Harmonies of #CC735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC735F

Black with #CC735F

Text Example


Text Example

White with #CC735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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