Html Css Color HEX #CA7B5B Japonica

📋 copy color: '#CA7B5B'

red 202 ◦ green 123 ◦ blue 91

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

Shades of Japonica #CA7B5B

Tints of Japonica #CA7B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 48.56%
G = 29.57%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA7B5B (or 0xCA7B5B) is known color: Japonica. HEX triplet: CA, 7B and 5B. RGB value is (202,123,91). Sum of RGB (Red+Green+Blue) = 202+123+91=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B5B is #3584A4. Grayscale: #8F8F8F. Windows color (decimal): -3507365 or 5995466. OLE color: 5995466.

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

Color convert

RGB 202 123 91 -
CMYK 0 0.39 0.55 0.21
HSL 17.3º 0.51% 0.57% -
HSV(B) 17.3º 0.55% 0.79% -
XYZ 33.33 27.48 13.44 -
YUV 142.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 202 123 91 0 0.39 0.55 0.21 17.3 0.51 0.57
Hex CA 7B 5B 0 27 37 15 11 33 39
Octal 312 173 133 0 47 67 25 21 63 71
Binary 11001010 1111011 1011011 0 100111 110111 10101 10001 110011 111001

Color Harmonies of #CA7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B5B

Black with #CA7B5B

Text Example


Text Example

White with #CA7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B5B; }

 p { color: rgb(202,123,91); }

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

background-color css

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

 a { background-color: rgb(202,123,91); }

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

border-color css

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

 span { border-color: rgb(202,123,91); }

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