Html Css Color HEX #CFB2C4 Maverick

📋 copy color: '#CFB2C4'

red 207 ◦ green 178 ◦ blue 196

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

Shades of Maverick #CFB2C4

Tints of Maverick #CFB2C4

RGB

 RED value IS 207 (81.25% from 255) = 35.63%

 GREEN value IS 178 (69.92% from 255) = 30.64%

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 35.63%
G = 30.64%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFB2C4 (or 0xCFB2C4) is known color: Maverick. HEX triplet: CF, B2 and C4. RGB value is (207,178,196). Sum of RGB (Red+Green+Blue) = 207+178+196=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2C4 is #304D3B. Grayscale: #BCBCBC. Windows color (decimal): -3165500 or 12890831. OLE color: 12890831.

HSL color Cylindrical-coordinate representation of color #CFB2C4: hue angle of 322.76º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2C4 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 196 -
CMYK 0 0.14 0.05 0.19
HSL 322.76º 0.23% 0.75% -
HSV(B) 322.76º 0.14% 0.81% -
XYZ 51.62 49.09 58.98 -
YUV 188.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 207 178 196 0 0.14 0.05 0.19 322.76 0.23 0.75
Hex CF B2 C4 0 E 5 13 143 17 4B
Octal 317 262 304 0 16 5 23 503 27 113
Binary 11001111 10110010 11000100 0 1110 101 10011 101000011 10111 1001011

Color Harmonies of #CFB2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2C4

Black with #CFB2C4

Text Example


Text Example

White with #CFB2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2C4; }

 p { color: rgb(207,178,196); }

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

background-color css

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

 a { background-color: rgb(207,178,196); }

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

border-color css

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

 span { border-color: rgb(207,178,196); }

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