Html Css Color HEX #CD765C Japonica

📋 copy color: '#CD765C'

red 205 ◦ green 118 ◦ blue 92

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

Shades of Japonica #CD765C

Tints of Japonica #CD765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 49.4%
G = 28.43%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD765C (or 0xCD765C) is known color: Japonica. HEX triplet: CD, 76 and 5C. RGB value is (205,118,92). Sum of RGB (Red+Green+Blue) = 205+118+92=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD765C is #3289A3. Grayscale: #8D8D8D. Windows color (decimal): -3312036 or 6059725. OLE color: 6059725.

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

Color convert

RGB 205 118 92 -
CMYK 0 0.42 0.55 0.20
HSL 13.81º 0.53% 0.58% -
HSV(B) 13.81º 0.55% 0.8% -
XYZ 33.59 26.71 13.51 -
YUV 141.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 205 118 92 0 0.42 0.55 0.20 13.81 0.53 0.58
Hex CD 76 5C 0 2A 37 14 E 35 3A
Octal 315 166 134 0 52 67 24 16 65 72
Binary 11001101 1110110 1011100 0 101010 110111 10100 1110 110101 111010

Color Harmonies of #CD765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD765C

Black with #CD765C

Text Example


Text Example

White with #CD765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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