Html Css Color HEX #CBC3CC Thistle

📋 copy color: '#CBC3CC'

red 203 ◦ green 195 ◦ blue 204

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

Shades of Thistle #CBC3CC

Tints of Thistle #CBC3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.39%

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 33.72%
G = 32.39%
B = 33.89%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBC3CC (or 0xCBC3CC) is known color: Thistle. HEX triplet: CB, C3 and CC. RGB value is (203,195,204). Sum of RGB (Red+Green+Blue) = 203+195+204=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3CC is #343C33. Grayscale: #C6C6C6. Windows color (decimal): -3423284 or 13419467. OLE color: 13419467.

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

Color convert

RGB 203 195 204 -
CMYK 0.00 0.04 0 0.2
HSL 293.33º 0.08% 0.78% -
HSV(B) 293.33º 0.04% 0.8% -
XYZ 55.04 56.09 65.05 -
YUV 198.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 203 195 204 0.00 0.04 0 0.2 293.33 0.08 0.78
Hex CB C3 CC 0 4 0 14 125 8 4E
Octal 313 303 314 0 4 0 24 445 10 116
Binary 11001011 11000011 11001100 0 100 0 10100 100100101 1000 1001110

Color Harmonies of #CBC3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC3CC

Black with #CBC3CC

Text Example


Text Example

White with #CBC3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC3CC; }

 p { color: rgb(203,195,204); }

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

background-color css

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

 a { background-color: rgb(203,195,204); }

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

border-color css

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

 span { border-color: rgb(203,195,204); }

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