Html Css Color HEX #CCBDC9 Maverick

📋 copy color: '#CCBDC9'

red 204 ◦ green 189 ◦ blue 201

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

Shades of Maverick #CCBDC9

Tints of Maverick #CCBDC9

RGB

 RED value IS 204 (80.08% from 255) = 34.34%

 GREEN value IS 189 (74.22% from 255) = 31.82%

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 34.34%
G = 31.82%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCBDC9 (or 0xCCBDC9) is known color: Maverick. HEX triplet: CC, BD and C9. RGB value is (204,189,201). Sum of RGB (Red+Green+Blue) = 204+189+201=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC9 is #334236. Grayscale: #C2C2C2. Windows color (decimal): -3359287 or 13221324. OLE color: 13221324.

HSL color Cylindrical-coordinate representation of color #CCBDC9: hue angle of 312º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDC9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 201 -
CMYK 0 0.07 0.01 0.2
HSL 312º 0.13% 0.77% -
HSV(B) 312º 0.07% 0.8% -
XYZ 53.64 53.45 62.75 -
YUV 194.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 204 189 201 0 0.07 0.01 0.2 312 0.13 0.77
Hex CC BD C9 0 7 1 14 138 D 4D
Octal 314 275 311 0 7 1 24 470 15 115
Binary 11001100 10111101 11001001 0 111 1 10100 100111000 1101 1001101

Color Harmonies of #CCBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDC9

Black with #CCBDC9

Text Example


Text Example

White with #CCBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDC9; }

 p { color: rgb(204,189,201); }

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

background-color css

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

 a { background-color: rgb(204,189,201); }

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

border-color css

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

 span { border-color: rgb(204,189,201); }

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