Html Css Color HEX #CD7A5B Japonica

📋 copy color: '#CD7A5B'

red 205 ◦ green 122 ◦ blue 91

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

Shades of Japonica #CD7A5B

Tints of Japonica #CD7A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.19%

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 49.04%
G = 29.19%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD7A5B (or 0xCD7A5B) is known color: Japonica. HEX triplet: CD, 7A and 5B. RGB value is (205,122,91). Sum of RGB (Red+Green+Blue) = 205+122+91=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A5B is #3285A4. Grayscale: #8F8F8F. Windows color (decimal): -3311013 or 5995213. OLE color: 5995213.

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

Color convert

RGB 205 122 91 -
CMYK 0 0.40 0.56 0.20
HSL 16.32º 0.53% 0.58% -
HSV(B) 16.32º 0.56% 0.8% -
XYZ 34.02 27.65 13.44 -
YUV 143.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 205 122 91 0 0.40 0.56 0.20 16.32 0.53 0.58
Hex CD 7A 5B 0 28 38 14 10 35 3A
Octal 315 172 133 0 50 70 24 20 65 72
Binary 11001101 1111010 1011011 0 101000 111000 10100 10000 110101 111010

Color Harmonies of #CD7A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A5B

Black with #CD7A5B

Text Example


Text Example

White with #CD7A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A5B; }

 p { color: rgb(205,122,91); }

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

background-color css

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

 a { background-color: rgb(205,122,91); }

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

border-color css

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

 span { border-color: rgb(205,122,91); }

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