Html Css Color HEX #CA7755 Japonica

📋 copy color: '#CA7755'

red 202 ◦ green 119 ◦ blue 85

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

Shades of Japonica #CA7755

Tints of Japonica #CA7755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 49.75%
G = 29.31%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA7755 (or 0xCA7755) is known color: Japonica. HEX triplet: CA, 77 and 55. RGB value is (202,119,85). Sum of RGB (Red+Green+Blue) = 202+119+85=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7755 is #3588AA. Grayscale: #8C8C8C. Windows color (decimal): -3508395 or 5601226. OLE color: 5601226.

HSL color Cylindrical-coordinate representation of color #CA7755: hue angle of 17.44º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA7755 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 119 85 -
CMYK 0 0.41 0.58 0.21
HSL 17.44º 0.52% 0.56% -
HSV(B) 17.44º 0.58% 0.79% -
XYZ 32.59 26.41 11.97 -
YUV 139.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 202 119 85 0 0.41 0.58 0.21 17.44 0.52 0.56
Hex CA 77 55 0 29 3A 15 11 34 38
Octal 312 167 125 0 51 72 25 21 64 70
Binary 11001010 1110111 1010101 0 101001 111010 10101 10001 110100 111000

Color Harmonies of #CA7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7755

Black with #CA7755

Text Example


Text Example

White with #CA7755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7755; }

 p { color: rgb(202,119,85); }

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

background-color css

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

 a { background-color: rgb(202,119,85); }

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

border-color css

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

 span { border-color: rgb(202,119,85); }

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