Html Css Color HEX #CA7B5A Japonica

📋 copy color: '#CA7B5A'

red 202 ◦ green 123 ◦ blue 90

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

Shades of Japonica #CA7B5A

Tints of Japonica #CA7B5A

RGB

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

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

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

R = 48.67%
G = 29.64%
B = 21.69%

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

#CA7B5A (or 0xCA7B5A) is known color: Japonica. HEX triplet: CA, 7B and 5A. RGB value is (202,123,90). Sum of RGB (Red+Green+Blue) = 202+123+90=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B5A is #3584A5. Grayscale: #8F8F8F. Windows color (decimal): -3507366 or 5929930. OLE color: 5929930.

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

Color convert

RGB 202 123 90 -
CMYK 0 0.39 0.55 0.21
HSL 17.68º 0.51% 0.57% -
HSV(B) 17.68º 0.55% 0.79% -
XYZ 33.29 27.46 13.22 -
YUV 142.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 202 123 90 0 0.39 0.55 0.21 17.68 0.51 0.57
Hex CA 7B 5A 0 27 37 15 12 33 39
Octal 312 173 132 0 47 67 25 22 63 71
Binary 11001010 1111011 1011010 0 100111 110111 10101 10010 110011 111001

Color Harmonies of #CA7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B5A

Black with #CA7B5A

Text Example


Text Example

White with #CA7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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