Html Css Color HEX #CD755A Japonica

📋 copy color: '#CD755A'

red 205 ◦ green 117 ◦ blue 90

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

Shades of Japonica #CD755A

Tints of Japonica #CD755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 90 (35.55% from 255) = 21.84%

R = 49.76%
G = 28.4%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD755A (or 0xCD755A) is known color: Japonica. HEX triplet: CD, 75 and 5A. RGB value is (205,117,90). Sum of RGB (Red+Green+Blue) = 205+117+90=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD755A is #328AA5. Grayscale: #8C8C8C. Windows color (decimal): -3312294 or 5928397. OLE color: 5928397.

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

Color convert

RGB 205 117 90 -
CMYK 0 0.43 0.56 0.20
HSL 14.09º 0.53% 0.58% -
HSV(B) 14.09º 0.56% 0.8% -
XYZ 33.38 26.44 13.02 -
YUV 140.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 205 117 90 0 0.43 0.56 0.20 14.09 0.53 0.58
Hex CD 75 5A 0 2B 38 14 E 35 3A
Octal 315 165 132 0 53 70 24 16 65 72
Binary 11001101 1110101 1011010 0 101011 111000 10100 1110 110101 111010

Color Harmonies of #CD755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD755A

Black with #CD755A

Text Example


Text Example

White with #CD755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD755A; }

 p { color: rgb(205,117,90); }

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

background-color css

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

 a { background-color: rgb(205,117,90); }

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

border-color css

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

 span { border-color: rgb(205,117,90); }

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