Html Css Color HEX #CB9695 Petite Orchid

📋 copy color: '#CB9695'

red 203 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #CB9695

Tints of Petite Orchid #CB9695

RGB

 RED value IS 203 (79.69% from 255) = 40.44%

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 40.44%
G = 29.88%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9695 (or 0xCB9695) is known color: Petite Orchid. HEX triplet: CB, 96 and 95. RGB value is (203,150,149). Sum of RGB (Red+Green+Blue) = 203+150+149=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9695 is #34696A. Grayscale: #A5A5A5. Windows color (decimal): -3434859 or 9803467. OLE color: 9803467.

HSL color Cylindrical-coordinate representation of color #CB9695: hue angle of 1.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9695 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 149 -
CMYK 0 0.26 0.27 0.20
HSL 1.11º 0.34% 0.69% -
HSV(B) 1.11º 0.27% 0.8% -
XYZ 40.96 36.68 33.35 -
YUV 165.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 203 150 149 0 0.26 0.27 0.20 1.11 0.34 0.69
Hex CB 96 95 0 1A 1B 14 1 22 45
Octal 313 226 225 0 32 33 24 1 42 105
Binary 11001011 10010110 10010101 0 11010 11011 10100 1 100010 1000101

Color Harmonies of #CB9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9695

Black with #CB9695

Text Example


Text Example

White with #CB9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9695; }

 p { color: rgb(203,150,149); }

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

background-color css

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

 a { background-color: rgb(203,150,149); }

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

border-color css

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

 span { border-color: rgb(203,150,149); }

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