Html Css Color HEX #CA8885 Oriental Pink

📋 copy color: '#CA8885'

red 202 ◦ green 136 ◦ blue 133

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

Shades of Oriental Pink #CA8885

Tints of Oriental Pink #CA8885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 42.89%
G = 28.87%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA8885 (or 0xCA8885) is known color: Oriental Pink. HEX triplet: CA, 88 and 85. RGB value is (202,136,133). Sum of RGB (Red+Green+Blue) = 202+136+133=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8885 is #35777A. Grayscale: #9B9B9B. Windows color (decimal): -3503995 or 8751306. OLE color: 8751306.

HSL color Cylindrical-coordinate representation of color #CA8885: hue angle of 2.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8885 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 133 -
CMYK 0 0.33 0.34 0.21
HSL 2.61º 0.39% 0.66% -
HSV(B) 2.61º 0.34% 0.79% -
XYZ 37.39 31.86 26.37 -
YUV 155.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 202 136 133 0 0.33 0.34 0.21 2.61 0.39 0.66
Hex CA 88 85 0 21 22 15 3 27 42
Octal 312 210 205 0 41 42 25 3 47 102
Binary 11001010 10001000 10000101 0 100001 100010 10101 11 100111 1000010

Color Harmonies of #CA8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8885

Black with #CA8885

Text Example


Text Example

White with #CA8885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8885; }

 p { color: rgb(202,136,133); }

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

background-color css

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

 a { background-color: rgb(202,136,133); }

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

border-color css

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

 span { border-color: rgb(202,136,133); }

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