Html Css Color HEX #CB969D Careys Pink

📋 copy color: '#CB969D'

red 203 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #CB969D

Tints of Careys Pink #CB969D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.78%

R = 39.8%
G = 29.41%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB969D (or 0xCB969D) is known color: Careys Pink. HEX triplet: CB, 96 and 9D. RGB value is (203,150,157). Sum of RGB (Red+Green+Blue) = 203+150+157=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB969D is #346962. Grayscale: #A6A6A6. Windows color (decimal): -3434851 or 10327755. OLE color: 10327755.

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

Color convert

RGB 203 150 157 -
CMYK 0 0.26 0.23 0.20
HSL 352.08º 0.34% 0.69% -
HSV(B) 352.08º 0.26% 0.8% -
XYZ 41.62 36.94 36.84 -
YUV 166.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 203 150 157 0 0.26 0.23 0.20 352.08 0.34 0.69
Hex CB 96 9D 0 1A 17 14 160 22 45
Octal 313 226 235 0 32 27 24 540 42 105
Binary 11001011 10010110 10011101 0 11010 10111 10100 101100000 100010 1000101

Color Harmonies of #CB969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB969D

Black with #CB969D

Text Example


Text Example

White with #CB969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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