Html Css Color HEX #CA755A Japonica

📋 copy color: '#CA755A'

red 202 ◦ green 117 ◦ blue 90

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

Shades of Japonica #CA755A

Tints of Japonica #CA755A

RGB

 RED value IS 202 (79.3% from 255) = 49.39%

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

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

R = 49.39%
G = 28.61%
B = 22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA755A (or 0xCA755A) is known color: Japonica. HEX triplet: CA, 75 and 5A. RGB value is (202,117,90). Sum of RGB (Red+Green+Blue) = 202+117+90=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA755A is #358AA5. Grayscale: #8B8B8B. Windows color (decimal): -3508902 or 5928394. OLE color: 5928394.

HSL color Cylindrical-coordinate representation of color #CA755A: hue angle of 14.46º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA755A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 90 -
CMYK 0 0.42 0.55 0.21
HSL 14.46º 0.51% 0.57% -
HSV(B) 14.46º 0.55% 0.79% -
XYZ 32.56 26.02 12.98 -
YUV 139.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 202 117 90 0 0.42 0.55 0.21 14.46 0.51 0.57
Hex CA 75 5A 0 2A 37 15 E 33 39
Octal 312 165 132 0 52 67 25 16 63 71
Binary 11001010 1110101 1011010 0 101010 110111 10101 1110 110011 111001

Color Harmonies of #CA755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA755A

Black with #CA755A

Text Example


Text Example

White with #CA755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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