Html Css Color HEX #CA6B5A Japonica

📋 copy color: '#CA6B5A'

red 202 ◦ green 107 ◦ blue 90

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

Shades of Japonica #CA6B5A

Tints of Japonica #CA6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 50.63%
G = 26.82%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA6B5A (or 0xCA6B5A) is known color: Japonica. HEX triplet: CA, 6B and 5A. RGB value is (202,107,90). Sum of RGB (Red+Green+Blue) = 202+107+90=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B5A is #3594A5. Grayscale: #858585. Windows color (decimal): -3511462 or 5925834. OLE color: 5925834.

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

Color convert

RGB 202 107 90 -
CMYK 0 0.47 0.55 0.21
HSL 9.11º 0.51% 0.57% -
HSV(B) 9.11º 0.55% 0.79% -
XYZ 31.46 23.81 12.61 -
YUV 133.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 202 107 90 0 0.47 0.55 0.21 9.11 0.51 0.57
Hex CA 6B 5A 0 2F 37 15 9 33 39
Octal 312 153 132 0 57 67 25 11 63 71
Binary 11001010 1101011 1011010 0 101111 110111 10101 1001 110011 111001

Color Harmonies of #CA6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B5A

Black with #CA6B5A

Text Example


Text Example

White with #CA6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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