Html Css Color HEX #CCCFA2 Orinoco

📋 copy color: '#CCCFA2'

red 204 ◦ green 207 ◦ blue 162

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

Shades of Orinoco #CCCFA2

Tints of Orinoco #CCCFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.27%

R = 35.6%
G = 36.13%
B = 28.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CCCFA2 (or 0xCCCFA2) is known color: Orinoco. HEX triplet: CC, CF and A2. RGB value is (204,207,162). Sum of RGB (Red+Green+Blue) = 204+207+162=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA2 is #33305D. Grayscale: #C9C9C9. Windows color (decimal): -3354718 or 10670028. OLE color: 10670028.

HSL color Cylindrical-coordinate representation of color #CCCFA2: hue angle of 64º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCCFA2 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 162 -
CMYK 0.01 0 0.22 0.19
HSL 64º 0.32% 0.72% -
HSV(B) 64º 0.22% 0.81% -
XYZ 53.74 60.07 42.95 -
YUV 200.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 204 207 162 0.01 0 0.22 0.19 64 0.32 0.72
Hex CC CF A2 1 0 16 13 40 20 48
Octal 314 317 242 1 0 26 23 100 40 110
Binary 11001100 11001111 10100010 1 0 10110 10011 1000000 100000 1001000

Color Harmonies of #CCCFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFA2

Black with #CCCFA2

Text Example


Text Example

White with #CCCFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFA2; }

 p { color: rgb(204,207,162); }

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

background-color css

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

 a { background-color: rgb(204,207,162); }

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

border-color css

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

 span { border-color: rgb(204,207,162); }

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