Html Css Color HEX #CCBDC7 Maverick

📋 copy color: '#CCBDC7'

red 204 ◦ green 189 ◦ blue 199

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

Shades of Maverick #CCBDC7

Tints of Maverick #CCBDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 34.46%
G = 31.93%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCBDC7 (or 0xCCBDC7) is known color: Maverick. HEX triplet: CC, BD and C7. RGB value is (204,189,199). Sum of RGB (Red+Green+Blue) = 204+189+199=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC7 is #334238. Grayscale: #C2C2C2. Windows color (decimal): -3359289 or 13090252. OLE color: 13090252.

HSL color Cylindrical-coordinate representation of color #CCBDC7: hue angle of 320º 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 #CCBDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 199 -
CMYK 0 0.07 0.02 0.2
HSL 320º 0.13% 0.77% -
HSV(B) 320º 0.07% 0.8% -
XYZ 53.41 53.36 61.52 -
YUV 194.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 204 189 199 0 0.07 0.02 0.2 320 0.13 0.77
Hex CC BD C7 0 7 2 14 140 D 4D
Octal 314 275 307 0 7 2 24 500 15 115
Binary 11001100 10111101 11000111 0 111 10 10100 101000000 1101 1001101

Color Harmonies of #CCBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDC7

Black with #CCBDC7

Text Example


Text Example

White with #CCBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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