Html Css Color HEX #CA7761 Japonica

📋 copy color: '#CA7761'

red 202 ◦ green 119 ◦ blue 97

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

Shades of Japonica #CA7761

Tints of Japonica #CA7761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 48.33%
G = 28.47%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7761 (or 0xCA7761) is known color: Japonica. HEX triplet: CA, 77 and 61. RGB value is (202,119,97). Sum of RGB (Red+Green+Blue) = 202+119+97=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7761 is #35889E. Grayscale: #8D8D8D. Windows color (decimal): -3508383 or 6387658. OLE color: 6387658.

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

Color convert

RGB 202 119 97 -
CMYK 0 0.41 0.52 0.21
HSL 12.57º 0.5% 0.59% -
HSV(B) 12.57º 0.52% 0.79% -
XYZ 33.11 26.61 14.7 -
YUV 141.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 202 119 97 0 0.41 0.52 0.21 12.57 0.5 0.59
Hex CA 77 61 0 29 34 15 D 32 3B
Octal 312 167 141 0 51 64 25 15 62 73
Binary 11001010 1110111 1100001 0 101001 110100 10101 1101 110010 111011

Color Harmonies of #CA7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7761

Black with #CA7761

Text Example


Text Example

White with #CA7761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7761; }

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

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

background-color css

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

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

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

border-color css

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

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

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