Html Css Color HEX #CA7661 Japonica

📋 copy color: '#CA7661'

red 202 ◦ green 118 ◦ blue 97

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

Shades of Japonica #CA7661

Tints of Japonica #CA7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 48.44%
G = 28.3%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7661 (or 0xCA7661) is known color: Japonica. HEX triplet: CA, 76 and 61. RGB value is (202,118,97). Sum of RGB (Red+Green+Blue) = 202+118+97=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7661 is #35899E. Grayscale: #8C8C8C. Windows color (decimal): -3508639 or 6387402. OLE color: 6387402.

HSL color Cylindrical-coordinate representation of color #CA7661: hue angle of 12º 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 #CA7661 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 97 -
CMYK 0 0.42 0.52 0.21
HSL 12º 0.5% 0.59% -
HSV(B) 12º 0.52% 0.79% -
XYZ 32.99 26.38 14.66 -
YUV 140.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 202 118 97 0 0.42 0.52 0.21 12 0.5 0.59
Hex CA 76 61 0 2A 34 15 C 32 3B
Octal 312 166 141 0 52 64 25 14 62 73
Binary 11001010 1110110 1100001 0 101010 110100 10101 1100 110010 111011

Color Harmonies of #CA7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7661

Black with #CA7661

Text Example


Text Example

White with #CA7661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7661; }

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

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

background-color css

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

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

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

border-color css

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

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

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