Html Css Color HEX #C3CFCA Jet Stream

📋 copy color: '#C3CFCA'

red 195 ◦ green 207 ◦ blue 202

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

Shades of Jet Stream #C3CFCA

Tints of Jet Stream #C3CFCA

RGB

 RED value IS 195 (76.56% from 255) = 32.28%

 GREEN value IS 207 (81.25% from 255) = 34.27%

 BLUE value IS 202 (79.3% from 255) = 33.44%

R = 32.28%
G = 34.27%
B = 33.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#C3CFCA (or 0xC3CFCA) is known color: Jet Stream. HEX triplet: C3, CF and CA. RGB value is (195,207,202). Sum of RGB (Red+Green+Blue) = 195+207+202=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFCA is #3C3035. Grayscale: #CACACA. Windows color (decimal): -3944502 or 13291459. OLE color: 13291459.

HSL color Cylindrical-coordinate representation of color #C3CFCA: hue angle of 155º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CFCA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 202 -
CMYK 0.06 0 0.02 0.19
HSL 155º 0.11% 0.79% -
HSV(B) 155º 0.06% 0.81% -
XYZ 55.48 60.49 64.63 -
YUV 202.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 195 207 202 0.06 0 0.02 0.19 155 0.11 0.79
Hex C3 CF CA 6 0 2 13 9B B 4F
Octal 303 317 312 6 0 2 23 233 13 117
Binary 11000011 11001111 11001010 110 0 10 10011 10011011 1011 1001111

Color Harmonies of #C3CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFCA

Black with #C3CFCA

Text Example


Text Example

White with #C3CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFCA; }

 p { color: rgb(195,207,202); }

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

background-color css

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

 a { background-color: rgb(195,207,202); }

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

border-color css

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

 span { border-color: rgb(195,207,202); }

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