Html Css Color HEX #CD755E Japonica

📋 copy color: '#CD755E'

red 205 ◦ green 117 ◦ blue 94

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

Shades of Japonica #CD755E

Tints of Japonica #CD755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 49.28%
G = 28.13%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD755E (or 0xCD755E) is known color: Japonica. HEX triplet: CD, 75 and 5E. RGB value is (205,117,94). Sum of RGB (Red+Green+Blue) = 205+117+94=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD755E is #328AA1. Grayscale: #8C8C8C. Windows color (decimal): -3312290 or 6190541. OLE color: 6190541.

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

Color convert

RGB 205 117 94 -
CMYK 0 0.43 0.54 0.20
HSL 12.43º 0.53% 0.59% -
HSV(B) 12.43º 0.54% 0.8% -
XYZ 33.56 26.51 13.94 -
YUV 140.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 205 117 94 0 0.43 0.54 0.20 12.43 0.53 0.59
Hex CD 75 5E 0 2B 36 14 C 35 3B
Octal 315 165 136 0 53 66 24 14 65 73
Binary 11001101 1110101 1011110 0 101011 110110 10100 1100 110101 111011

Color Harmonies of #CD755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD755E

Black with #CD755E

Text Example


Text Example

White with #CD755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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