Html Css Color HEX #CD725A Japonica

📋 copy color: '#CD725A'

red 205 ◦ green 114 ◦ blue 90

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

Shades of Japonica #CD725A

Tints of Japonica #CD725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 50.12%
G = 27.87%
B = 22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD725A (or 0xCD725A) is known color: Japonica. HEX triplet: CD, 72 and 5A. RGB value is (205,114,90). Sum of RGB (Red+Green+Blue) = 205+114+90=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD725A is #328DA5. Grayscale: #8A8A8A. Windows color (decimal): -3313062 or 5927629. OLE color: 5927629.

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

Color convert

RGB 205 114 90 -
CMYK 0 0.44 0.56 0.20
HSL 12.52º 0.53% 0.58% -
HSV(B) 12.52º 0.56% 0.8% -
XYZ 33.04 25.75 12.9 -
YUV 138.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 205 114 90 0 0.44 0.56 0.20 12.52 0.53 0.58
Hex CD 72 5A 0 2C 38 14 D 35 3A
Octal 315 162 132 0 54 70 24 15 65 72
Binary 11001101 1110010 1011010 0 101100 111000 10100 1101 110101 111010

Color Harmonies of #CD725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD725A

Black with #CD725A

Text Example


Text Example

White with #CD725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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