Html Css Color HEX #CAC4CB Thistle

📋 copy color: '#CAC4CB'

red 202 ◦ green 196 ◦ blue 203

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

Shades of Thistle #CAC4CB

Tints of Thistle #CAC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.61%

 BLUE value IS 203 (79.69% from 255) = 33.78%

R = 33.61%
G = 32.61%
B = 33.78%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAC4CB (or 0xCAC4CB) is known color: Thistle. HEX triplet: CA, C4 and CB. RGB value is (202,196,203). Sum of RGB (Red+Green+Blue) = 202+196+203=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4CB is #353B34. Grayscale: #C6C6C6. Windows color (decimal): -3488565 or 13354186. OLE color: 13354186.

HSL color Cylindrical-coordinate representation of color #CAC4CB: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAC4CB is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 196 203 -
CMYK 0.00 0.03 0 0.20
HSL 291.43º 0.06% 0.78% -
HSV(B) 291.43º 0.03% 0.8% -
XYZ 54.88 56.35 64.48 -
YUV 198.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 202 196 203 0.00 0.03 0 0.20 291.43 0.06 0.78
Hex CA C4 CB 0 3 0 14 123 6 4E
Octal 312 304 313 0 3 0 24 443 6 116
Binary 11001010 11000100 11001011 0 11 0 10100 100100011 110 1001110

Color Harmonies of #CAC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4CB

Black with #CAC4CB

Text Example


Text Example

White with #CAC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4CB; }

 p { color: rgb(202,196,203); }

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

background-color css

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

 a { background-color: rgb(202,196,203); }

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

border-color css

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

 span { border-color: rgb(202,196,203); }

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