Html Css Color HEX #CD735C Japonica

📋 copy color: '#CD735C'

red 205 ◦ green 115 ◦ blue 92

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

Shades of Japonica #CD735C

Tints of Japonica #CD735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 49.76%
G = 27.91%
B = 22.33%

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

#CD735C (or 0xCD735C) is known color: Japonica. HEX triplet: CD, 73 and 5C. RGB value is (205,115,92). Sum of RGB (Red+Green+Blue) = 205+115+92=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD735C is #328CA3. Grayscale: #8B8B8B. Windows color (decimal): -3312804 or 6058957. OLE color: 6058957.

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

Color convert

RGB 205 115 92 -
CMYK 0 0.44 0.55 0.20
HSL 12.21º 0.53% 0.58% -
HSV(B) 12.21º 0.55% 0.8% -
XYZ 33.24 26.01 13.39 -
YUV 139.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 205 115 92 0 0.44 0.55 0.20 12.21 0.53 0.58
Hex CD 73 5C 0 2C 37 14 C 35 3A
Octal 315 163 134 0 54 67 24 14 65 72
Binary 11001101 1110011 1011100 0 101100 110111 10100 1100 110101 111010

Color Harmonies of #CD735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD735C

Black with #CD735C

Text Example


Text Example

White with #CD735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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