Html Css Color HEX #CD735D Japonica

📋 copy color: '#CD735D'

red 205 ◦ green 115 ◦ blue 93

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

Shades of Japonica #CD735D

Tints of Japonica #CD735D

RGB

 RED value IS 205 (80.47% from 255) = 49.64%

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

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

R = 49.64%
G = 27.85%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD735D (or 0xCD735D) is known color: Japonica. HEX triplet: CD, 73 and 5D. RGB value is (205,115,93). Sum of RGB (Red+Green+Blue) = 205+115+93=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD735D is #328CA2. Grayscale: #8B8B8B. Windows color (decimal): -3312803 or 6124493. OLE color: 6124493.

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

Color convert

RGB 205 115 93 -
CMYK 0 0.44 0.55 0.20
HSL 11.79º 0.53% 0.58% -
HSV(B) 11.79º 0.55% 0.8% -
XYZ 33.28 26.03 13.63 -
YUV 139.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 205 115 93 0 0.44 0.55 0.20 11.79 0.53 0.58
Hex CD 73 5D 0 2C 37 14 C 35 3A
Octal 315 163 135 0 54 67 24 14 65 72
Binary 11001101 1110011 1011101 0 101100 110111 10100 1100 110101 111010

Color Harmonies of #CD735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD735D

Black with #CD735D

Text Example


Text Example

White with #CD735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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